mirror of
https://github.com/dtinth/comic-mono-font.git
synced 2026-02-21 22:43:59 +00:00
Update button styling
This commit is contained in:
13
style.css
13
style.css
@@ -60,6 +60,12 @@ li {
|
|||||||
button {
|
button {
|
||||||
width: 12em;
|
width: 12em;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: 100%;
|
||||||
|
line-height: 1.15;
|
||||||
|
margin: 0;
|
||||||
|
overflow: visible;
|
||||||
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
:link {
|
:link {
|
||||||
@@ -71,8 +77,8 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.selected {
|
.selected {
|
||||||
background-color: #d4d4d4;
|
background-color: #1e1e1e;
|
||||||
color: #1e1e1e;
|
color: #d4d4d4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.serious {
|
.serious {
|
||||||
@@ -86,8 +92,7 @@ button {
|
|||||||
.seriousBold {
|
.seriousBold {
|
||||||
font-family: "Serious Sans Bold";
|
font-family: "Serious Sans Bold";
|
||||||
}
|
}
|
||||||
|
d4d4d4 .seriousBoldItalic {
|
||||||
.seriousBoldItalic {
|
|
||||||
font-family: "Serious Sans Bold Italic";
|
font-family: "Serious Sans Bold Italic";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user