View difference between Paste ID: YkiDTA5w and Lre6HUHH
SHOW: | | - or go back to the newest paste.
1-
header{ background: #8996E8; } /* Color 1 */
1+
header{ background: #e9cdd2; } /* Color 1 */
2
3-
#nav{ background: #5669E3; } /* Color 2 */
3+
#nav{ background: #a75b77; } /* Color 2 */
4
5-
h1, h2, h3, h4, h5, h6, a, a:link, a:visited, label[for="filter_toggle"], .unread { color: #5669E3; } /* Color 2 */
5+
h1, h2, h3, h4, h5, h6, a, a:link, a:visited, label[for="filter_toggle"], .unread { color: #a75b77; } /* Color 2 */
6
7-
.unread { box-shadow: 0px 1px 4px #5669E3; } /* Color 2 */
7+
.unread { box-shadow: 0px 1px 4px #a75b77; } /* Color 2 */
8
9
#prompt_list li { overflow: auto; } /* Makes the prompts scroll */
10
.fade { display: none; } /* Deletes the fade that obscures the text when prompt scrolls */
11
12
::-webkit-scrollbar { width: 11px; } /* Width of the scrollbar */
13
 
14
::-webkit-scrollbar-track {
15-
    background: #8996E8; /* Color 1 */
15+
    background: #a75b77; /* Color 1 */
16-
    border: 5px solid #5669E3; /* Color 2 */
16+
    border: 5px solid #e9cdd2; /* Color 2 */
17
}
18
 
19
::-webkit-scrollbar-thumb {
20-
    background: #8996E8; /* Color 1 */
20+
    background: #a75b77; /* Color 1 */
21
}