mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
35 lines
378 B
CSS
35 lines
378 B
CSS
|
h1{font-size:100%;}
|
||
|
|
||
|
header.header{
|
||
|
position: fixed;
|
||
|
z-index: 2;
|
||
|
top:0;
|
||
|
}
|
||
|
|
||
|
header.header>a.logo {
|
||
|
color:inherit;
|
||
|
text-decoration:inherit;
|
||
|
font-size:16px;
|
||
|
}
|
||
|
|
||
|
ul.posts{
|
||
|
list-style-type:none
|
||
|
}
|
||
|
|
||
|
ul.posts>li.post {
|
||
|
line-height:2;
|
||
|
}
|
||
|
|
||
|
ul.posts>li.post>a{
|
||
|
color:inherit;
|
||
|
text-decoration:inherit;
|
||
|
}
|
||
|
|
||
|
ul.tags{
|
||
|
list-style-type:none
|
||
|
}
|
||
|
|
||
|
ul.tags>li{
|
||
|
display:inline;
|
||
|
}
|