Rangitakit brand and name changes
This commit is contained in:
parent
5a5b1ffdc4
commit
37ef385af6
5 changed files with 27 additions and 11 deletions
10
res/blog.css
10
res/blog.css
|
@ -54,7 +54,7 @@ img{
|
|||
right: 0;
|
||||
float: center;
|
||||
z-index: 40;
|
||||
background: #de3e0b;
|
||||
background: #ff4415;
|
||||
width: 100%;
|
||||
box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
|
||||
-moz-box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
|
||||
|
@ -78,7 +78,7 @@ img{
|
|||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
letter-spacing: 0.01px;
|
||||
color: #de3e0b;
|
||||
color: #ff4415;
|
||||
text-decoration: none;
|
||||
}
|
||||
section{
|
||||
|
@ -128,10 +128,10 @@ Usage: <a class=".text_button_flat_colored">YOUR TEXT</a>
|
|||
height: 40px;
|
||||
padding: 8px;
|
||||
color: #FFFFFF;
|
||||
background-color: #de3e0b;
|
||||
background-color: #ff4415;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
border-color: #de3e0b;
|
||||
border-color: #ff4415;
|
||||
border-radius: 3px;
|
||||
margin: 4px;
|
||||
margin-bottom: 5px;
|
||||
|
@ -184,7 +184,7 @@ code{
|
|||
}
|
||||
|
||||
.texttitle:hover{
|
||||
color: #de3e0b;
|
||||
color: #ff4415;
|
||||
}
|
||||
|
||||
.texttitlemono{
|
||||
|
|
Reference in a new issue