mirror of
https://gitea.phreedom.club/tolstoevsky/fedi.git
synced 2024-11-23 12:01:26 +00:00
style
This commit is contained in:
parent
7f3306dafc
commit
dcfee16ee7
|
@ -5,9 +5,8 @@
|
|||
|
||||
.textblock {
|
||||
background-color:#224;
|
||||
border-radius:4px;
|
||||
border-style:solid;
|
||||
border-color: #667;
|
||||
border-radius:6px;
|
||||
border: 1px solid #667;
|
||||
display:inline-block;
|
||||
width: auto;
|
||||
color: #bbb;
|
||||
|
@ -18,7 +17,7 @@
|
|||
|
||||
.imgblock {
|
||||
background-color:#334;
|
||||
border-radius:4px;
|
||||
border-radius:6px;
|
||||
border:1px solid #667;
|
||||
display:inline-block;
|
||||
width: 90%;
|
||||
|
@ -68,7 +67,7 @@ h3 {
|
|||
h1, h2, h3 {
|
||||
color: #999;
|
||||
line-height: 120%;
|
||||
margin: 30px 0 10px;
|
||||
margin: 20px 0 10px;
|
||||
font-family: "exo2";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue