mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
* Punctuation, removing space before exclaimention mark * Completing Persian translation * Changeing web app icons per original art work * Fixing error on custom theme and adding indention to custom CSS
25 lines
606 B
SCSS
25 lines
606 B
SCSS
#theme-ebraminio {
|
|
/* My font setting, a bit specific for Persian but is okay in other languages */
|
|
body {
|
|
font-family: Tahoma, 'Iranian sans', 'DejaVu Sans', sans-serif;
|
|
}
|
|
/* My scroll speed hack, it is temporary */
|
|
.toolbar {
|
|
position: relative;
|
|
}
|
|
.entryList {
|
|
padding-top: 0!important;
|
|
}
|
|
/* needed for more scroll speed */
|
|
#uvTab {
|
|
display: none;
|
|
}
|
|
/* Change source-codes in feeds background to white */
|
|
pre {
|
|
background-color: transparent;
|
|
}
|
|
/* 100% forever */
|
|
.expanded .entry-header, #feed-accordion .entry-body-content {
|
|
max-width: 100%;
|
|
}
|
|
} |