mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-03-13 10:32:42 +00:00
tables&blockquote style
This commit is contained in:
parent
b486178a42
commit
454da57275
4 changed files with 13 additions and 1 deletions
|
@ -98,7 +98,7 @@ main article {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
border-inline-start: 5px solid $gray;
|
||||
border-inline-start: 5px solid $lightpurple;
|
||||
margin: 1em auto;
|
||||
padding: 0em 2em;
|
||||
}
|
||||
|
|
10
assets/themes/default/_tables.scss
Normal file
10
assets/themes/default/_tables.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
/* tables */
|
||||
table, td, th, tr {
|
||||
border: 1px dotted $lightpurple;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
tr:nth-child(even){background-color: $gray;}
|
|
@ -12,3 +12,4 @@
|
|||
@import "header";
|
||||
@import "article";
|
||||
@import "forms";
|
||||
@import "tables";
|
||||
|
|
|
@ -12,3 +12,4 @@
|
|||
@import "header";
|
||||
@import "article";
|
||||
@import "forms";
|
||||
@import "tables";
|
||||
|
|
Loading…
Reference in a new issue