forked from Archives/Athou_commafeed
removed wicket and tomee, use dropwizard instead. remove wro4j, use gulp instead
This commit is contained in:
17
src/main/app/sass/themes/_ebraminio.scss
Normal file
17
src/main/app/sass/themes/_ebraminio.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
#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;
|
||||
}
|
||||
input, button, select, textarea {
|
||||
font-family: inherit; /* what said above */
|
||||
}
|
||||
/* 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%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user