Browse Source

Updated color scheme to be all blue.

pull/4/head
jrtechs 6 years ago
parent
commit
f51563660c
4 changed files with 21 additions and 12 deletions
  1. +8
    -0
      README.md
  2. +10
    -10
      css/bootstrap.css
  3. +1
    -1
      css/purge.css
  4. +2
    -1
      includes/header.html

+ 8
- 0
README.md View File

@ -93,6 +93,14 @@ Purple:
- Primary: #513E7D
- Secondary: #D2C0FF
8767D1
top blue: 3B536B
Secondary Blue: 498FBE
highlight blue: 18BC9C
Stuff for automated image compression
```
apt-get install jpegoptim

+ 10
- 10
css/bootstrap.css View File

@ -9575,7 +9575,7 @@ a
a:hover
{
color: #D2C0FF;
color: #18BC9C;
text-decoration: underline;
}
@ -9594,8 +9594,8 @@ a:hover
.list-group-item:hover, .list-group-item:focus {
z-index: 1;
text-decoration: none;
color: #2c3e50;
background-color: #D2C0FF;
color: white;
background-color: #18BC9C;
}
@ -9605,14 +9605,14 @@ a:hover
padding: 0.75rem 1.25rem;
margin-bottom: -1px;
color: #fff;
background-color: #8767D1;
background-color: #498FBE;
border-color: #DFD7CA;
}
.list-group-item-action:hover, .list-group-item-action:focus {
color: #fff;
text-decoration: none;
background-color: #8767D1;
background-color: #498FBE;
}
.list-group-item-action:active {
@ -9622,12 +9622,12 @@ a:hover
.btn-secondary {
color: #fff;
background-color: #8767D1;
background-color: #498FBE;
}
.btn-secondary:hover {
color: #2c3e50;
background-color: #D2C0FF;
color: white;
background-color: #18BC9C;
}
@ -9656,7 +9656,7 @@ a:hover
}
#mainNav .navbar-nav li.nav-item a.nav-link:hover
{
color: #D2C0FF;
color: #18BC9C;
outline: none;
}
@ -9682,7 +9682,7 @@ a:hover
.table .thead-dark{
color: #fff;
background-color: #513E7D;
background-color: #498FBE;
border-color: #32383e;
}

+ 1
- 1
css/purge.css
File diff suppressed because it is too large
View File


+ 2
- 1
includes/header.html View File

@ -8,7 +8,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/purge.css" media="screen">
<!--<link rel="stylesheet" href="/css/purge.css" media="screen">-->
<link rel="stylesheet" href="/css/bootstrap.css" media="screen">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/default.min.css">

Loading…
Cancel
Save