diff options
| author | horus | 2018-02-12 22:50:00 +0100 |
|---|---|---|
| committer | horus | 2018-02-12 22:50:00 +0100 |
| commit | b273d5aed22fbd521eca771de255e54505c413b4 (patch) | |
| tree | 7bb080c7f9b90e7c28093b17d436440fa52008d7 /site/public/css/colors.css | |
| parent | 7690d661c6750dbee92c0f6bf3bd18b9ec006a22 (diff) | |
| download | alkobote-b273d5aed22fbd521eca771de255e54505c413b4.tar.gz | |
Improves the layout.
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; +} + |
