mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 03:11:51 +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 {
|
.ui .sha.label {
|
||||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
padding: 6px 10px 4px 10px;
|
padding: 6px 10px 4px 10px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 6px;
|
margin: 0 6px;
|
||||||
|
|
|
@ -221,7 +221,7 @@ pre {
|
||||||
|
|
||||||
.sha.label {
|
.sha.label {
|
||||||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
padding: 6px 10px 4px 10px;
|
padding: 6px 10px 4px 10px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin: 0 6px;
|
margin: 0 6px;
|
||||||
|
|
Loading…
Reference in a new issue