format scss files

This commit is contained in:
Athou
2022-01-02 16:03:09 +01:00
parent 4fb95799f8
commit 8818bd90e0
18 changed files with 1709 additions and 1691 deletions

View File

@@ -1,17 +1,21 @@
#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%;
}
}
/* 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%;
}
}