Skip to content

Commit

Permalink
Release v3, including markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFlipnote committed Apr 23, 2021
1 parent 9494040 commit b3b79c9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scss/assets/_credits.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// scss-lint:disable Comment
/*!
* Modesta v3.0.0-beta (https://modesta.alexflipnote.dev)
* Modesta v3.0.0 (https://modesta.alexflipnote.dev)
* Made by AlexFlipnote (https://alexflipnote.dev)
* Licensed under MIT (https://github.com/AlexFlipnote/Modesta/blob/master/LICENSE)
*/
25 changes: 25 additions & 0 deletions scss/components/_themeColours.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,31 @@ $themes-container: (
}
}

.markdown-jekyll {
color: $text;

hr {
background-color: $secondary;
border-bottom: 1px solid $secondary;
border-bottom-color: $secondary;
}

h1, h2 {
border-bottom: 1px solid $secondary;
}

tr {
background-color: $primary;
&:nth-child(2n) { background-color: $secondary; }
}

.highlight { background: $secondary !important; }
.highlighter-rouge {
background: $secondary !important;
border: 1px solid $secondary;
}
}

.tooltip::after {
background-color: $secondary;
color: $text;
Expand Down
1 change: 1 addition & 0 deletions scss/modesta.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@import 'components/grid';
@import 'components/objects';
@import 'components/emojis';
@import 'components/markdown';

// Last items
@import 'components/responsive';
Expand Down

0 comments on commit b3b79c9

Please sign in to comment.