mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-24 02:46:33 +01:00
update styles
This commit is contained in:
parent
21e6254d13
commit
b793827b30
@ -10,7 +10,7 @@
|
||||
@import 'components/status';
|
||||
@import 'components/fieldset';
|
||||
@import 'components/form';
|
||||
@import '~highlight.js/scss/vs2015.scss';
|
||||
@import 'components/highlight';
|
||||
|
||||
.wrapper {
|
||||
display: flex;
|
||||
|
@ -10,7 +10,7 @@ $warning: #ff8a00;
|
||||
$black: #2c4538;
|
||||
$danger: #FF0658;
|
||||
$dark: #242424;
|
||||
$pre: #DCDCDC;
|
||||
$pre: $white;
|
||||
$info: $primary-invert;
|
||||
$info-invert: $white;
|
||||
$custom-colors: ("black": ($black, $primary-invert));
|
||||
@ -160,7 +160,7 @@ $pagination-current-color: $primary-invert;
|
||||
$pagination-current-background-color: $primary;
|
||||
$pagination-current-border-color: $primary;
|
||||
|
||||
$pre-background: #1E1E1E;
|
||||
$pre-background: rgba($primary, 0.104);
|
||||
|
||||
.columns {
|
||||
@include from(576px) {
|
||||
|
5
assets/styles/components/_highlight.scss
Normal file
5
assets/styles/components/_highlight.scss
Normal file
@ -0,0 +1,5 @@
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: $primary;
|
||||
font-style: italic;
|
||||
}
|
Loading…
Reference in New Issue
Block a user