mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
Make comments in styleshhets a bit clearer (#545)
* Update _variables.scss * Make comments in stylesheets a bit more clear
This commit is contained in:
parent
a20d2df50a
commit
ff92ac0763
2 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ main .article-meta {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tags
|
// Article Tags
|
||||||
.tags {
|
.tags {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -206,7 +206,7 @@ main .article-meta {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Response/delete buttons
|
// Respond & delete comment buttons
|
||||||
a.button, form.inline, form.inline input {
|
a.button, form.inline, form.inline input {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// Colors
|
// Color Scheme
|
||||||
$background: #F4F4F4;
|
$background: #F4F4F4;
|
||||||
$form-input-background: #FFFFFF;
|
$form-input-background: #FFFFFF;
|
||||||
$gray: #E3E3E3;
|
$gray: #E3E3E3;
|
||||||
|
|
Loading…
Reference in a new issue