mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-06 10:19:11 +01:00
CSS: Reduce .sha.label font size to 13px
This commit is contained in:
parent
640dce12a8
commit
4813665d0a
2 changed files with 2 additions and 2 deletions
|
@ -915,7 +915,7 @@ pre.raw {
|
|||
}
|
||||
.ui .sha.label {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
padding: 6px 10px 4px 10px;
|
||||
font-weight: normal;
|
||||
margin: 0 6px;
|
||||
|
|
|
@ -221,7 +221,7 @@ pre {
|
|||
|
||||
.sha.label {
|
||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
font-size: 13px;
|
||||
padding: 6px 10px 4px 10px;
|
||||
font-weight: normal;
|
||||
margin: 0 6px;
|
||||
|
|
Loading…
Reference in a new issue