mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
Color change
This commit is contained in:
parent
990f0e82e7
commit
22bebc7a8d
1 changed files with 12 additions and 4 deletions
16
index.html
16
index.html
|
@ -269,17 +269,17 @@ input:focus {
|
|||
#facebook:before {
|
||||
font-family: 'icon';
|
||||
content: '\e601';
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
color: #fff;
|
||||
margin-right: 10px;
|
||||
margin-right: 6px;
|
||||
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
|
||||
}
|
||||
#twitter:before {
|
||||
font-family: 'icon';
|
||||
content: '\e602';
|
||||
font-size: 40px;
|
||||
font-size: 30px;
|
||||
color: #fff;
|
||||
margin-left: 10px;
|
||||
margin-left: 6px;
|
||||
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
|
||||
}
|
||||
@media (min-width:767px){
|
||||
|
@ -329,6 +329,14 @@ h1{
|
|||
font-size:16px;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
#facebook:before {
|
||||
font-size: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
#twitter:before {
|
||||
font-size: 40px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue