Anxhelo Lushka
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
2 deletions
-
css/style.css
|
@ -29,10 +29,13 @@ |
|
|
height: 20px; } |
|
|
height: 20px; } |
|
|
|
|
|
|
|
|
::selection { |
|
|
::selection { |
|
|
background: #3399d4; /* WebKit/Blink Browsers */ |
|
|
background: #3399d4; |
|
|
|
|
|
color: white; /* WebKit/Blink Browsers */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
::-moz-selection { |
|
|
::-moz-selection { |
|
|
background: #3399d4; /* Gecko Browsers */ |
|
|
background: #3399d4; |
|
|
|
|
|
color: white; /* Gecko Browsers */ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.two.spacing { |
|
|
.two.spacing { |
|
|