removed steam theme and added the FrostedGlass license
Some checks failed
Lint CSS / Lint CSS (push) Failing after 9s
Some checks failed
Lint CSS / Lint CSS (push) Failing after 9s
This commit is contained in:
parent
909cc1941b
commit
a0a9b2a392
3 changed files with 21 additions and 39 deletions
|
@ -1,39 +0,0 @@
|
|||
/* 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;
|
||||
}
|
21
Theme Modifications/FrostedGlass/LICENSE.md
Normal file
21
Theme Modifications/FrostedGlass/LICENSE.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2020 DiscordStyles
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
Loading…
Reference in a new issue