Improve semantics and add ring support

This commit is contained in:
Amolith 2021-12-18 20:49:53 -05:00
parent 807444f69a
commit f81853e85e
Signed by: Amolith
GPG Key ID: 5548AD9930655715
1 changed files with 7 additions and 9 deletions

View File

@ -138,28 +138,26 @@ input[type=text]:focus {
height: 25px;
box-shadow: 0 1px 1px rgba(12,13,14,0.15),inset 0 1px 0 0 #fff;
display: inline-block;
line-height: 1.5px;
color: $dark;
text-shadow: 0 1px 0 #fff;
background-color: #e4e6e8;
border: 1px solid #9fa6ad;
border-radius: 3px;
cursor: pointer;
margin: 2px 0;
p {
padding: .2rem;
margin: .5rem .2rem;
color: $dark;
}
padding: 0px 4px 4px;
}
.footer {
font-style: italic;
padding: 20px 0 20px 0;
text-align: center;
line-height: 30px;
a:visited {
color: $dark;
}
.ring {
font-size: 20px;
}
.boring_stuff {
font-style: italic;
}
}