added the steam theme
Some checks failed
Lint CSS / Lint CSS (push) Failing after 7s

This commit is contained in:
Seaswimmer 2024-02-15 16:55:43 -05:00
parent 59d56f388e
commit 4775a1dcea
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

39
Steam.theme.css Normal file
View file

@ -0,0 +1,39 @@
/* stylelint-disable selector-class-pattern */
/**
* @name Steam
* @author maenDisease
* @version 1.0.0
* @description Steam UI on Discord.
* @source https://github.com/maenDisease/Steam
* @invite BShu37e4jg
* @website https://maendisease.github.io/
* @authorId 678469587444170762
*/
@import url('https://maendisease.github.io/Steam/Steam.css');
:root {
--hue-shift: 0;
--content-width: 100%;
--message-width: 100%;
--server-size: 36px;
--custom-font: gg sans;
--custom-font-code: monospace;
}
/* Any custom CSS below here */
#app-mount .message__80c10 {
background: hsl(calc(var(--accent-hue) + 9), calc(var(--saturation-factor, 1) * 35.4%), 19.4%, 0.8);
border: 0;
box-shadow: 0 0 0;
margin: 0 16px;
margin-bottom: 1px;
max-width: var(--message-width);
}
.header__39b23 {
opacity: 1;
}