diff options
| author | 8cy <[email protected]> | 2020-07-24 04:29:37 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-24 04:29:37 -0700 |
| commit | 60a2442559d5bbd43d9a02a9dcbfe2bb34820724 (patch) | |
| tree | d6208984e638e3a15baff3c981e45b362569f08b /client/src/styles/styles.css | |
| parent | chore: remove spike dir (diff) | |
| download | dep-core-60a2442559d5bbd43d9a02a9dcbfe2bb34820724.tar.xz dep-core-60a2442559d5bbd43d9a02a9dcbfe2bb34820724.zip | |
stage
Diffstat (limited to 'client/src/styles/styles.css')
| -rw-r--r-- | client/src/styles/styles.css | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/client/src/styles/styles.css b/client/src/styles/styles.css index b988e04..92ad20f 100644 --- a/client/src/styles/styles.css +++ b/client/src/styles/styles.css @@ -5,4 +5,50 @@ .server-card-image { border-radius: 50%; -}
\ No newline at end of file +} + +.user-icon-image { + border-radius: 50%; +} +/* +.dark-navbar { + background-color: #1f1f1f !important; +} + +html, body { + background-color: #121212 !important; +} + +.nav-link { + color: #d3d3d3 !important; +} + +.dark-card { + background-color: #1d1d1d !important; +} + +.card-title { + color: #e1e1e1 !important; +} + +.badge-primary { + background-color: #bb86fc !important; + border-color: #bb86fc !important; +} + +.btn-primary { + background-color: #bb86fc !important; + border-color: #bb86fc !important; +} +*/ +.card-img-top { + border-radius: 50%; +} +/* +.navbar-toggler-icon { + color: #e1e1e1 !important; +} + +.dropdown-menu { + background-color: #1f1f1f !important; +}*/
\ No newline at end of file |