Add .text-error styling, fixes #10
This commit is contained in:
parent
5389440714
commit
471d21a75e
|
@ -111,7 +111,7 @@
|
|||
color: #f8f8f2 !important
|
||||
}
|
||||
|
||||
.conspicuous {
|
||||
.conspicuous,.text-error {
|
||||
color: #f55 !important
|
||||
}
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* ==UserStyle==
|
||||
@name Tildes Dracula
|
||||
@namespace tildes.net
|
||||
@version 1.0.2
|
||||
@version 1.0.3
|
||||
@author Bauke
|
||||
@description Dracula theme for Tildes.net
|
||||
@homepageURL https://gitlab.com/Bauke/styles
|
||||
|
@ -121,7 +121,7 @@
|
|||
color: #f8f8f2 !important
|
||||
}
|
||||
|
||||
.conspicuous {
|
||||
.conspicuous,.text-error {
|
||||
color: #f55 !important
|
||||
}
|
||||
|
||||
|
|
|
@ -272,6 +272,10 @@
|
|||
border-left-color: #AE81FF !important
|
||||
}
|
||||
|
||||
.text-error {
|
||||
color: #F92672
|
||||
}
|
||||
|
||||
p.text-warning,p.conspicuous {
|
||||
color: #F92672;
|
||||
border: 1px solid #F92672;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* ==UserStyle==
|
||||
@name Tildes Monokai
|
||||
@namespace tildes.net
|
||||
@version 1.1.1
|
||||
@version 1.1.2
|
||||
@author Bauke
|
||||
@description Monokai theme for Tildes.net
|
||||
@homepageURL https://gitlab.com/Bauke/styles
|
||||
|
@ -282,6 +282,10 @@
|
|||
border-left-color: #AE81FF !important
|
||||
}
|
||||
|
||||
.text-error {
|
||||
color: #F92672
|
||||
}
|
||||
|
||||
p.text-warning,p.conspicuous {
|
||||
color: #F92672;
|
||||
border: 1px solid #F92672;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@import '_colors.sass'
|
||||
|
||||
.conspicuous
|
||||
.conspicuous,
|
||||
.text-error
|
||||
color: $red !important
|
||||
|
||||
.toc
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"options": {
|
||||
"name": "Tildes Dracula",
|
||||
"namespace": "tildes.net",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"author": "Bauke",
|
||||
"description": "Dracula theme for Tildes.net",
|
||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@import '_colors.sass'
|
||||
|
||||
.text-error
|
||||
color: $pink
|
||||
|
||||
p.text-warning,
|
||||
p.conspicuous
|
||||
color: $pink
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"options": {
|
||||
"name": "Tildes Monokai",
|
||||
"namespace": "tildes.net",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"author": "Bauke",
|
||||
"description": "Monokai theme for Tildes.net",
|
||||
"homepageURL": "https://gitlab.com/Bauke/styles",
|
||||
|
|
Loading…
Reference in New Issue