Add Tildes Monokai logo, fixes #7
This commit is contained in:
parent
62d92737f8
commit
69ee942dd0
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
> A Monokai theme for [Tildes.net](https://tildes.net)
|
> A Monokai theme for [Tildes.net](https://tildes.net)
|
||||||
|
|
||||||
|
<img style="display: block; margin: 0 auto;" src="img/tildes-monokai-144x144.png">
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
To install this theme, check out [the Wiki](https://gitlab.com/Bauke/styles/wikis/Installing-Styles).
|
To install this theme, check out [the Wiki](https://gitlab.com/Bauke/styles/wikis/Installing-Styles).
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 515 B |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,12 @@
|
||||||
@import '_colors.sass'
|
@import '_colors.sass'
|
||||||
|
|
||||||
#site-header *:not(.logged-in-user-alert)
|
#site-header
|
||||||
color: $gray-1
|
> a:nth-child(1):not(.no-header-logo)
|
||||||
|
background-size: 32px 32px
|
||||||
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAACQCAYAAADnRuK4AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsRAAALEQF/ZF+RAAAAB3RJTUUH4gYUCxAwpy3oXQAAAZBJREFUeNrt2qEOQWEYgGHHXAnBmWCjKIpiE5hpquoKRMkVuAWaGUFUFMkmaIqrkBz3YB87s+e5gG9n/3n3/eVPqmk5K8CHio4AASEgBISAQEAICAEhIBAQAkJACAgEhIAQEAICASEgBISAEBAICAEhIAQEAkJACAgBgYAQEAJCQCAgYpTy9kGL8T1kzmxd8XdtIASEgEBACAgBISAQEAJCQAgIAYGAEBACQkAgIH4l7EXiZBn0knAa85Lw1rqEzKmdG3/545uNlg2EKwwBISAQEAJCQAgIBISAEBACAgEhIASEgEBAxElWj1oWMWjeff7lAV1fw5A59eI2ZM6g1w6ZszucbCBcYQgIAYGAEBACQkAgIASEgBAQCAgBISAEBAIiTlJNy5lj+L7jfhQyp9Pf2EC4wkBACAgBISAEBAJCQAgIAYGAEBACQkAgIARE/niRiA2EgBAQAgIBISAEhIBAQAgIASEgEBACQkAICASEgBAQAkJAICAEhIAQEAgIASEgBAQCQkAICAGBgBAQefAGdk4cVhff508AAAAASUVORK5CYII=')
|
||||||
|
|
||||||
|
*:not(.logged-in-user-alert)
|
||||||
|
color: $gray-1
|
||||||
|
|
||||||
.logged-in-user-info .logged-in-user-alert
|
.logged-in-user-info .logged-in-user-alert
|
||||||
color: $blue
|
color: $blue
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"options": {
|
"options": {
|
||||||
"name": "Tildes Monokai",
|
"name": "Tildes Monokai",
|
||||||
"namespace": "tildes.net",
|
"namespace": "tildes.net",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue