Fix borders on night theme

This commit is contained in:
n07070 2022-07-18 02:33:57 +02:00
parent 373a910356
commit 74fc4dbaec
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ line-height: 3.1em;
.content {
background: #121212;
border: solid;
border-width: 1px;
border-width: 3px;
border-color: white;
}
@ -61,7 +61,7 @@ line-height: 3.1em;
color: white;
border: solid;
border-color: white;
border-width: 2px;
border-width: 3px;
}