diff options
Diffstat (limited to 'site/public/css/colors.css')
| -rw-r--r-- | site/public/css/colors.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/site/public/css/colors.css b/site/public/css/colors.css new file mode 100644 index 0000000..be2d738 --- /dev/null +++ b/site/public/css/colors.css @@ -0,0 +1,39 @@ +.bg-primary, .bg-dark { + background-color: #1289A7 !important; + background-color: #0652DD !important; + background-color: #142639 !important; +} +a, .page-link { + color: #142639; + color: #406485; + color: #142639; + color: #12CBC4; + color: #0fb9b1; + color: #1289A7 ; +} +a:hover, .page-link:hover { + color: #0fb9b1; + color: #12CBC4; +} +a.u:hover, .page-link:hover { + text-decoration-style: dotted; +} +.navbar-light { + color: #424242 !important; +} + +.btn-secondary { + background-color: #406485 !important; + background-color: #778ca3 !important; + background-color: #d1d8e0 !important; + color: #142639 !important; +} +.btn-outline-success { + color: #1289A7 !important; + border: 1px solid #1289A7 !important; +} + +.text-primary { + color: #142639 !important; +} + |
