28 lines
451 B
CSS
28 lines
451 B
CSS
/**
|
|
* @name Nordic
|
|
* @author orblazer#9152
|
|
* @version 2.8.6
|
|
* @description Complete theme for Nordic (https://www.nordtheme.com/)
|
|
* @source https://github.com/orblazer/discord-nordic
|
|
* @donate https://www.paypal.me/orblazer
|
|
* @authorId 179681974879911946
|
|
*/
|
|
|
|
/**
|
|
* SOURCE CODE
|
|
* /!\ DONT TOUCH ! /!\
|
|
*/
|
|
@import url('https://orblazer.github.io/discord-nordic/base.css');
|
|
|
|
/**
|
|
* CUSTOMIZATION
|
|
*/
|
|
:root {
|
|
}
|
|
|
|
.theme-dark {
|
|
}
|
|
|
|
.theme-light {
|
|
}
|