1
Fork 0

Add Tildes Extended label styles, fixes #6

This commit is contained in:
Bauke 2018-06-20 13:42:30 +02:00
parent b330cc4f87
commit 6779ace21e
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 38 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@ -4,7 +4,7 @@
"options": {
"name": "Tildes Monokai",
"namespace": "tildes.net",
"version": "1.0.4",
"version": "1.0.5",
"author": "Bauke",
"description": "Monokai theme for Tildes.net",
"homepageURL": "https://gitlab.com/Bauke/styles",

View File

@ -10,5 +10,6 @@
@import '_settings-list.sass'
@import '_sidebar.sass'
@import '_site-header.sass'
@import '_tildes-extended.sass'
@import '_topic-full.sass'
@import '_topic-listing.sass'