Style fix

This commit is contained in:
saplf
2019-09-03 17:57:56 +08:00
parent 8742eedac8
commit 1dc9a95835
8 changed files with 113 additions and 4 deletions

View File

@@ -19,9 +19,10 @@
text-align: center;
line-height: @header-height;
font-size: 1.5rem;
transition: background-color .15s;
&:active {
background-color: @bg-color;
background-color: rgba(255, 255, 255, .2);
}
}