update version and import to new WebExt

This commit is contained in:
2018-07-04 09:55:05 +02:00
parent 7b0272116b
commit 99d2bf712f
2 changed files with 11 additions and 2 deletions

9
astroid/ui/part.scss Normal file
View File

@@ -0,0 +1,9 @@
/* ui-version: 5 (do not change when modifying theme for yourself) */
/* Fonts */
$font-mono: "Input Mono", "Inconsolata", monospace;
$font-sans: "Input Sans", "Roboto", sans-serif;
$font-family-default: $font-mono;
@import '/usr/share/astroid/ui/part.scss';

View File

@@ -1,4 +1,4 @@
/* ui-version: 3 (do not change when modifying theme for yourself) */
/* ui-version: 5 (do not change when modifying theme for yourself) */
/* Variables */
@@ -49,5 +49,5 @@ body:not(.nohide) .email.hide.nm-unread .header_container .subject {
font-weight: 700;
}
@import '/home/max/bin/astroid/ui/thread-view.scss';
@import '/usr/share/astroid/ui/thread-view.scss';