Skip to content

Commit f7ad1be

Browse files
author
Kevin Nadro
committed
fixing colors
- its odd with the colors being off by a few values when the button actually gets added to the container
1 parent e258bec commit f7ad1be

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css/stylesheet.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,16 @@ button {
6363
.btn:hover,
6464
button:hover {
6565
background: rgba(0, 0, 0, .15);
66-
border-bottom: 0px solid #505050;
6766
}
6867

6968
.btn.active,
7069
button.active {
71-
background: rgb(38, 38, 38);
70+
background: rgb(36, 36, 36);
7271
}
7372

7473
.btn.active:hover,
7574
button.active:hover {
76-
background: rgba(38, 38, 38);
75+
background: rgba(36, 36, 36);
7776
color: rgba(187, 187, 187, .8);
7877
}
7978

@@ -401,7 +400,7 @@ section {
401400
border: none;
402401
top: 30px;
403402
height: 30px;
404-
background: rgb(38, 38, 38);
403+
background: rgb(36, 36, 36);
405404
padding: 8px;
406405
font-size: 12px;
407406
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy