mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-06 18:35:23 +02:00
#2264 use monospaced font for commit IDs in news feeds
This commit is contained in:
parent
4c896bb620
commit
13fe733037
8 changed files with 37 additions and 31 deletions
|
@ -83,6 +83,9 @@
|
|||
margin-bottom: -5px;
|
||||
}
|
||||
}
|
||||
.commit-id {
|
||||
font-family: Consolas, monospace;
|
||||
}
|
||||
}
|
||||
|
||||
.list {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue