mirror of
https://github.com/smartfrigde/smartfrigde.github.io.git
synced 2024-08-14 22:46:45 +00:00
Update custom.css
This commit is contained in:
parent
91c6a24ad6
commit
2a6c4db0e0
1 changed files with 16 additions and 3 deletions
|
@ -88,9 +88,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@import url("https://enhanceddiscord.com/theme.css");
|
|
||||||
@import url("https://cdn.jsdelivr.net/gh/Lightcord/BetterDiscordAddons/Themes/SettingPopout/SettingPopout.css");
|
|
||||||
|
|
||||||
.theme-dark {
|
.theme-dark {
|
||||||
--bg: transparent;
|
--bg: transparent;
|
||||||
--bg-overlay: rgba(0, 0, 0, 0.7972451874704072);
|
--bg-overlay: rgba(0, 0, 0, 0.7972451874704072);
|
||||||
|
@ -182,3 +179,19 @@
|
||||||
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
|
.titleBar-AC4pGV:not(.typeMacOS-3EmCyP):after {
|
||||||
content: "SmartCord" !important
|
content: "SmartCord" !important
|
||||||
}
|
}
|
||||||
|
.userPopout-3XzG_A .body-3iLsc4 {
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
.theme-dark .circleIconButton-jET_ig {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
height: 50px;
|
||||||
|
width: 50px;
|
||||||
|
margin-left: 0px;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border: none;
|
||||||
|
color: #fff;
|
||||||
|
box-shadow: 0 0 19px #000;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue