Skip to content
Snippets Groups Projects
Unverified Commit 85c569e1 authored by Piero Toffanin's avatar Piero Toffanin Committed by GitHub
Browse files

Merge pull request #293 from ecxod/main

brightened the Realm of Darkness
parents b2a4dd0a 982c4121
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,11 @@
background-color: #1E5DA6 !important;
}
/* like in btn-delete-text */
.btn-flat {
color: #666;
}
.btn-switch-type {
background-color: #333;
color: #5CA8FF;
......@@ -17,7 +21,6 @@
background-color: #444 !important;
color: #5CA8FF;
}
.btn-switch-type.active {
background-color: #3392FF !important;
color: #fff;
......@@ -26,7 +29,20 @@
background-color: #5CA8FF !important;
color: #fff;
}
/* like in textarea */
.card-content {
border: 1px solid #444 !important;
background-color: #222 !important;
color: #fff;
}
.file-dropzone {
background: #222;
border: 1px solid #444;
margin-top: 1rem;
}
select {
color: #fff;
background: #111;
......@@ -42,6 +58,10 @@
background-color: #222 !important;
color: #fff;
}
/* like in file dropzone */
.textarea-container {
margin-top: 1rem;
}
.code {
border: 1px solid #444;
......@@ -53,7 +73,6 @@
text-shadow: 0 1px #000;
}
.token.atrule,
.token.attr-value,
.token.keyword {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment