Merge pull request 'tables-style' (#5) from tables-style into main
Reviewed-on: #5
This commit is contained in:
commit
477d5c54d9
@ -19,6 +19,7 @@
|
|||||||
- Update chrono from 0.4.0 to 0.4.31
|
- Update chrono from 0.4.0 to 0.4.31
|
||||||
- Update scheduled-thread-pool from 0.2.6 to 0.2.7
|
- Update scheduled-thread-pool from 0.2.6 to 0.2.7
|
||||||
- Change blockquote color to `lightpurple`
|
- Change blockquote color to `lightpurple`
|
||||||
|
- Some colour has been added to the tables to make them more visible
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
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 "header";
|
||||||
@import "article";
|
@import "article";
|
||||||
@import "forms";
|
@import "forms";
|
||||||
|
@import "tables"
|
||||||
|
Loading…
Reference in New Issue
Block a user