mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Updated prism colors
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -24,6 +24,8 @@
|
||||
--config-color-warning: #ffed4d;
|
||||
--config-border-color: #f5f5f5;
|
||||
--config-border-radius: 10px;
|
||||
--config-prism-background: #373738;
|
||||
--config-prism-numbers: #39393c;
|
||||
|
||||
@media @dark {
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ https://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clik
|
||||
*/
|
||||
|
||||
.ide {
|
||||
background-color: #373738;
|
||||
background-color: var(--config-prism-background);
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
@@ -286,7 +286,7 @@ pre[class*="language-"].line-numbers > code {
|
||||
}
|
||||
|
||||
.line-numbers .line-numbers-rows {
|
||||
background: #39393c;
|
||||
background: var(--config-prism-numbers);
|
||||
position: absolute;
|
||||
pointer-events: none;
|
||||
top: -20px;
|
||||
|
||||
Reference in New Issue
Block a user