1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

fixed comment distance to 2 weeks

This commit is contained in:
Fedor Katurov 2022-07-15 17:43:21 +07:00
parent 222f2dd1d0
commit 28441d7924
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@
.bar {
font: $font_12_regular;
color: darken(white, 70%);
color: darken(white, 60%);
user-select: none;
width: 100%;
text-align: center;
padding: 0 0 2px;
padding: 2px 0 4px;
}