Add Tildes Extended label styles, fixes #6
This commit is contained in:
parent
b330cc4f87
commit
6779ace21e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,33 @@
|
||||||
|
@import '_colors.sass'
|
||||||
|
|
||||||
|
.label-edit-box
|
||||||
|
color: $gray-1 !important
|
||||||
|
background-color: $gray-4 !important
|
||||||
|
|
||||||
|
.user-label
|
||||||
|
border-radius: 0 !important
|
||||||
|
padding: 1px 3px !important
|
||||||
|
|
||||||
|
.bg-red
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $pink !important
|
||||||
|
|
||||||
|
.bg-orangered
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $brown !important
|
||||||
|
|
||||||
|
.bg-orange
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $yellow !important
|
||||||
|
|
||||||
|
.bg-dodgerblue
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $blue !important
|
||||||
|
|
||||||
|
.bg-forestgreen
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $green !important
|
||||||
|
|
||||||
|
.bg-slategray
|
||||||
|
color: $gray-4 !important
|
||||||
|
background-color: $gray-2 !important
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Monokai",
|
"name": "Tildes Monokai",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.0.4",
|
"version": "1.0.5",
|
||||||
"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",
|
||||||
|
|
|
@ -10,5 +10,6 @@
|
||||||
@import '_settings-list.sass'
|
@import '_settings-list.sass'
|
||||||
@import '_sidebar.sass'
|
@import '_sidebar.sass'
|
||||||
@import '_site-header.sass'
|
@import '_site-header.sass'
|
||||||
|
@import '_tildes-extended.sass'
|
||||||
@import '_topic-full.sass'
|
@import '_topic-full.sass'
|
||||||
@import '_topic-listing.sass'
|
@import '_topic-listing.sass'
|
||||||
|
|
Loading…
Reference in New Issue