another finetuning

This commit is contained in:
Jörg Henke
2024-01-10 09:49:01 +01:00
parent 5b296d39e9
commit c4615765a5
3 changed files with 11 additions and 7 deletions

View File

@ -301,7 +301,7 @@ body {
.emphgray {
color: #5e5c64;
background-image: linear-gradient(to left, #959595, #cecece);
background-image: linear-gradient(to left, #959595, #e6e6e6);
}
.unround-border {
@ -309,6 +309,10 @@ body {
font-weight: bolder;
}
.border-frame {
border: 1px solid;
}
.round-border {
border-radius: 8px;
font-weight: bolder;