Skip to content

Commit

Permalink
add style for nudus-dark/lite
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrotter committed Dec 1, 2023
1 parent ef3def4 commit 58b567e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions resources/rssguard.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
<file>skins/nudus-dark/html_style.css</file>
<file>skins/nudus-dark/metadata.xml</file>
<file>skins/nudus-dark/qt_style.qss</file>
<file>skins/nudus-dark/lite_html_style.css</file>

<file>skins/nudus-light/html_style.css</file>
<file>skins/nudus-light/metadata.xml</file>
Expand Down
25 changes: 25 additions & 0 deletions resources/skins/nudus-dark/lite_html_style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
margin: 0;
padding: 0; }

body {
background-color: #2F3134;
color: #f5f5f5; }

a {
color: #647595; }
7 changes: 7 additions & 0 deletions resources/skins/nudus-dark/lite_html_style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@charset "utf-8";

$col_back: #2F3134 !default;
$col_front: #f5f5f5 !default;
$col_link: #647595 !default;

@import "../nudus-base/lite_html_style_base";

0 comments on commit 58b567e

Please sign in to comment.