Add new light theme

This commit is contained in:
metalune 2021-09-11 11:42:49 +02:00
parent 2c89497314
commit 04c20bb8bc
1 changed files with 43 additions and 0 deletions

View File

@ -55,6 +55,49 @@ a {
text-decoration: none;
}
@media screen and (prefers-color-scheme: light) {
/*- blue0-light scheme -*/
/*- submitted by Patrick G. Palmer -*/
body {
background-color: #bce2e5;
color: #555;
}
a:visited {
color: #9759c6;
}
a:hover {
color: #9759c6;
}
a {
color: #6c9bd2;
}
button,
input {
background-color: #131618;
border-color: #495057;
color: #f8f9fa;
}
.tag {
bacgkround-color: #495057;
color: #f8f9fa;
}
center {
background-color: #fff;
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
hr {
border: 1px solid #bce2e5;
width: 80%;
}
}
@media screen and (prefers-color-scheme: dark) {
body {
background-color: #212529;