website/components/css/dark.css

68 lines
812 B
CSS
Raw Normal View History

2022-03-23 16:52:54 +00:00
.app {
background-color: #1c1c1c;
}
.content {
background-color: #2c2c2c;
color: #cacecf;
}
.side {
background-color: #444444;
border-left: 1px solid #1c1c1c;
color: #cacecf;
}
header {
border-bottom: 0;
/* border-bottom: 3px solid #2a0061; */
background-color: #3c3c3c;
}
.comment {
border-bottom: 1px dotted #1c1c1c;
}
footer {
background-color: #3c3c3c;
color: #cacecf;
}
.form {
border-top: 1px solid #1c1c1c;
}
2022-03-24 14:57:14 +00:00
input,
2022-03-24 17:06:53 +00:00
textarea
/* [type="submit"] */ {
2022-03-23 16:52:54 +00:00
background-color: #2c2c2c;
border: 1px solid #444;
2022-03-23 17:50:11 +00:00
border-radius: 0.2em;
color: #cacecf;
2022-03-23 16:52:54 +00:00
}
pre {
background: #2c2c2c;
}
.app a {
color: #67a7d2;
}
2022-03-23 17:01:45 +00:00
.app span a {
color: aliceblue;
}
2022-03-24 14:57:14 +00:00
.bionic p {
2022-03-24 15:36:41 +00:00
color: #aaaaaa;
2022-03-24 14:57:14 +00:00
}
.intro strong,
.intro span {
display: block;
}
2022-03-24 19:40:14 +00:00
.bionic .ground span {
color: #aaa;
}