Compare commits

..

No commits in common. "477d5c54d94ef86e072e021fc5c5c5390c987a05" and "6940574a3e337a7c72a13ac6d58b0148d19c1232" have entirely different histories.

3 changed files with 0 additions and 12 deletions

View File

@ -19,7 +19,6 @@
- Update chrono from 0.4.0 to 0.4.31
- Update scheduled-thread-pool from 0.2.6 to 0.2.7
- Change blockquote color to `lightpurple`
- Some colour has been added to the tables to make them more visible
### Fixed

View File

@ -1,10 +0,0 @@
/* tables */
table, td, th, tr {
border: 1px dotted $lightpurple;
}
table {
border-collapse: collapse;
}
tr:nth-child(even){background-color: $gray;}

View File

@ -12,4 +12,3 @@
@import "header";
@import "article";
@import "forms";
@import "tables"