1
Fork 0

Add messages styling, fixes #5

This commit is contained in:
Bauke 2018-06-20 14:01:00 +02:00
parent 2733ab6685
commit 0a6b1ab848
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 46 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,41 @@
@import '_colors.sass'
body,
body.theme-light,
body.theme-dark,
body.theme-black
.message
border-color: $gray-4
header
color: $gray-1
background-color: $gray-4
.link-user
color: $green
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $green
&:hover,
&:active,
&:focus
color: $pink
a
color: $yellow
&:hover,
&:active,
&:focus
color: $pink
&:visited
color: $pink
.is-message-mine
border-left-color: $purple !important

View File

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

View File

@ -6,6 +6,7 @@
@import '_html-tags.sass'
@import '_listing-options.sass'
@import '_message-list.sass'
@import '_messages.sass'
@import '_post-listing.sass'
@import '_settings-list.sass'
@import '_sidebar.sass'