mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Cleaning up CSS
This commit is contained in:
parent
d0d3c5aae9
commit
b54904361d
1 changed files with 6 additions and 2 deletions
|
@ -122,7 +122,7 @@ linear-gradient(rgba(62,92,32,.2) 50%, transparent 50%);
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
|
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
@ -133,7 +133,7 @@ h1 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
line-height: 6px;
|
line-height: 6px;
|
||||||
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
|
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
#circle {
|
#circle {
|
||||||
|
@ -152,6 +152,10 @@ h1 {
|
||||||
-moz-transition: background .3s ease-in-out;
|
-moz-transition: background .3s ease-in-out;
|
||||||
transition: background .3s ease-in-out;
|
transition: background .3s ease-in-out;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
|
||||||
|
-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
|
||||||
|
-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
|
||||||
|
box-shadow: 5px 1px 5px 0px rgba(0, 0, 0, 0.11);
|
||||||
}
|
}
|
||||||
|
|
||||||
#circle:hover,
|
#circle:hover,
|
||||||
|
|
Loading…
Reference in a new issue