Corrected light theme

This commit is contained in:
justine 2022-03-20 20:57:36 +01:00
parent d0382a0140
commit 6d6db0b0d5
2 changed files with 4 additions and 8 deletions

View File

@ -127,7 +127,6 @@ a {
*/
.text {
font-family: 'Noto Sans';
width: 100%;
background: #44475a;
color: #f8f8f2;
@ -141,7 +140,6 @@ a {
}
.title {
font-family: 'Noto Sans';
width: 100%;
background: #44475a;
color: #f8f8f2;

View File

@ -128,10 +128,9 @@ a {
*/
.text {
font-family: 'Noto Sans';
width: 100%;
background: #44475a;
color: #f8f8f2;
background: #fdf6e3;
color: #657b83;
border-radius: 5px;
border-style: none;
outline: none;
@ -142,10 +141,9 @@ a {
}
.title {
font-family: 'Noto Sans';
width: 100%;
background: #44475a;
color: #f8f8f2;
background: #fdf6e3;
color: #657b83;
border-radius: 5px;
border-style: none;
outline: none;