This repository has been archived on 2020-12-20. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
151 B
CSS
Raw Normal View History

2019-12-22 23:58:29 -05:00
.primaryColor {
2019-12-23 20:07:07 -05:00
background-color: #000000;
2019-12-22 23:58:29 -05:00
}
.accentColor {
2019-12-23 20:07:07 -05:00
background-color: #181818;
2019-12-23 12:23:51 -05:00
}
.secondAccentColor {
2019-12-23 20:07:07 -05:00
background-color: #303030
2019-12-22 23:58:29 -05:00
}