mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-24 22:31:00 +00:00
light & dark: adjust ui.sha.label padding
This commit is contained in:
parent
4dda0c4c5c
commit
dc3419d8e4
2 changed files with 4 additions and 0 deletions
|
@ -141,3 +141,6 @@ a.ui.label {
|
||||||
.ui.menu .item {
|
.ui.menu .item {
|
||||||
color: #adbac7;
|
color: #adbac7;
|
||||||
}
|
}
|
||||||
|
.ui .sha.label {
|
||||||
|
padding: 6px 10px 6px;
|
||||||
|
}
|
||||||
|
|
|
@ -161,6 +161,7 @@ a.ui.label {
|
||||||
}
|
}
|
||||||
.ui .sha.label {
|
.ui .sha.label {
|
||||||
color: var(--color-text) !important;
|
color: var(--color-text) !important;
|
||||||
|
padding: 6px 10px 6px;
|
||||||
}
|
}
|
||||||
.ui.basic.green.buttons .button,
|
.ui.basic.green.buttons .button,
|
||||||
.ui.basic.green.button {
|
.ui.basic.green.button {
|
||||||
|
|
Loading…
Reference in a new issue