1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Minor flarum update

This commit is contained in:
SychO9
2021-09-27 10:16:01 +01:00
parent 2812eada2c
commit 19da2e9827
53 changed files with 465 additions and 140 deletions

13
extensions/package-manager/less/admin.less Normal file → Executable file
View File

@@ -64,4 +64,17 @@
font-weight: bold;
}
}
&--core {
background-color: #e7672e;
color: #fff;
--button-color: #fff;
--button-bg-hover: darken(#e7672e, 5);
}
&--core &-icon {
background-size: 100%;
background-color: transparent;
filter: grayscale(1) brightness(3.5);
}
}