1
Fork 0

Add .text-error styling, fixes #10

This commit is contained in:
Bauke 2018-06-20 16:25:20 +02:00
parent 5389440714
commit 471d21a75e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
8 changed files with 21 additions and 9 deletions

View File

@ -111,7 +111,7 @@
color: #f8f8f2 !important
}
.conspicuous {
.conspicuous,.text-error {
color: #f55 !important
}

View File

@ -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
}

View File

@ -272,6 +272,10 @@
border-left-color: #AE81FF !important
}
.text-error {
color: #F92672
}
p.text-warning,p.conspicuous {
color: #F92672;
border: 1px solid #F92672;

View File

@ -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;

View File

@ -1,6 +1,7 @@
@import '_colors.sass'
.conspicuous
.conspicuous,
.text-error
color: $red !important
.toc

View File

@ -4,11 +4,11 @@
"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",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}

View File

@ -1,5 +1,8 @@
@import '_colors.sass'
.text-error
color: $pink
p.text-warning,
p.conspicuous
color: $pink

View File

@ -4,11 +4,11 @@
"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",
"supportURL": "https://gitlab.com/Bauke/styles/issues",
"license": "MIT"
}
}
}