mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Remove box-shadow from UI, fix dashboard issue (#3065)
This commit is contained in:
parent
ef5364950b
commit
4947cfb7b0
4 changed files with 13 additions and 2 deletions
|
@ -146,6 +146,12 @@ pre, code {
|
|||
}
|
||||
}
|
||||
|
||||
&.menu,
|
||||
&.vertical.menu,
|
||||
&.segment {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.text {
|
||||
&.red {
|
||||
color: #d95c5c !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue