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