summaryrefslogtreecommitdiffstats
path: root/core/css/styles.scss
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r--core/css/styles.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index f1130979134..ab6eddaae8c 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -13,6 +13,7 @@
* @license GNU AGPL version 3 or any later version
*
*/
+@use 'sass:math';
@use 'variables';
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
@@ -298,7 +299,7 @@ body {
position: absolute !important;
height: 20px;
width: 24px;
- background-image: var(--icon-toggle-000);
+ background-image: var(--icon-toggle-dark);
background-repeat: no-repeat;
background-position: center;
opacity: .3;
@@ -720,7 +721,7 @@ code {
padding-right: 140px;
div:first-child a {
- background-image: var(--icon-home-000);
+ background-image: var(--icon-home-dark);
background-repeat: no-repeat;
background-position: left center;
}
@@ -777,7 +778,7 @@ code {
order:1;
.icon.icon-add{
- background-image: var(--icon-add-000);
+ background-image: var(--icon-add-dark);
background-size: 16px 16px;
width: 34px;
height: 34px;
@@ -945,7 +946,7 @@ code {
}
}
&.filesize {
- line-height: $name-height / 3;
+ line-height: math.div($name-height, 3);
width: 100%;
}
&.date {