Improve others themes
This commit is contained in:
parent
49583f381f
commit
2509de7f76
@ -1,5 +1,8 @@
|
|||||||
<div class="menu-more">
|
<div class="menu-more">
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href="?action=unread"><?= t('unread') ?></a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="?action=bookmarks"><?= t('bookmarks') ?></a>
|
<a href="?action=bookmarks"><?= t('bookmarks') ?></a>
|
||||||
</li>
|
</li>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,10 +1,10 @@
|
|||||||
@import url('../../../assets/css/app.css');
|
@import url('../../../assets/css/app.css');
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Muli';
|
font-family: 'Muli';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
|
src: local('Muli'), url(../fonts/Muli.woff) format('woff');
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -156,11 +156,11 @@ section.page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.items .preview {
|
.items .preview {
|
||||||
font-family: 'Muli', sans-serif;
|
font-family: 'Muli', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items li {
|
.items li {
|
||||||
font-family: 'Muli', sans-serif;
|
font-family: 'Muli', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
@ -142,4 +142,9 @@ textarea:focus {
|
|||||||
.btn-blue:focus {
|
.btn-blue:focus {
|
||||||
border-color: #888;
|
border-color: #888;
|
||||||
background: #555;
|
background: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-more a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
@ -28,7 +28,7 @@ a:hover {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.items #current-item {
|
.items #current-item {
|
||||||
border: 1px solid #be0000;
|
border: 1px solid #be0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ pre, code {
|
|||||||
|
|
||||||
.items article:hover .preview,
|
.items article:hover .preview,
|
||||||
.items #current-item .preview {
|
.items #current-item .preview {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
#item-content {
|
#item-content {
|
||||||
@ -179,3 +179,8 @@ textarea:focus {
|
|||||||
border-color: #888;
|
border-color: #888;
|
||||||
background: #555;
|
background: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu-more a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #fff;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user