mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2025-02-14 21:10:45 +01:00
update styles
This commit is contained in:
parent
21e6254d13
commit
b793827b30
@ -10,7 +10,7 @@
|
|||||||
@import 'components/status';
|
@import 'components/status';
|
||||||
@import 'components/fieldset';
|
@import 'components/fieldset';
|
||||||
@import 'components/form';
|
@import 'components/form';
|
||||||
@import '~highlight.js/scss/vs2015.scss';
|
@import 'components/highlight';
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -10,7 +10,7 @@ $warning: #ff8a00;
|
|||||||
$black: #2c4538;
|
$black: #2c4538;
|
||||||
$danger: #FF0658;
|
$danger: #FF0658;
|
||||||
$dark: #242424;
|
$dark: #242424;
|
||||||
$pre: #DCDCDC;
|
$pre: $white;
|
||||||
$info: $primary-invert;
|
$info: $primary-invert;
|
||||||
$info-invert: $white;
|
$info-invert: $white;
|
||||||
$custom-colors: ("black": ($black, $primary-invert));
|
$custom-colors: ("black": ($black, $primary-invert));
|
||||||
@ -160,7 +160,7 @@ $pagination-current-color: $primary-invert;
|
|||||||
$pagination-current-background-color: $primary;
|
$pagination-current-background-color: $primary;
|
||||||
$pagination-current-border-color: $primary;
|
$pagination-current-border-color: $primary;
|
||||||
|
|
||||||
$pre-background: #1E1E1E;
|
$pre-background: rgba($primary, 0.104);
|
||||||
|
|
||||||
.columns {
|
.columns {
|
||||||
@include from(576px) {
|
@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…
x
Reference in New Issue
Block a user