1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-30 17:19:56 +02:00

Make buttons have border-radius: 0

This commit is contained in:
Matt Begent
2020-04-22 16:41:27 +01:00
parent af526027ca
commit a2ee6729cd

View File

@@ -93,6 +93,7 @@ button {
border: none;
background: var(--surface);
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
border-radius: 0;
min-width: 75px;
min-height: 23px;