mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Version v0.4.0.5
This commit is contained in:
parent
6799a17c0e
commit
a3dec23d2c
4 changed files with 39 additions and 2 deletions
|
@ -1 +1 @@
|
|||
pub const VERSION: &'static str = "v0.4.0.5";
|
||||
pub const VERSION: &'static str = "v0.4.0.5-1-g6799a17";
|
||||
|
|
36
ui/assets/css/themes/_variables.vaporwave-dark.scss
vendored
Normal file
36
ui/assets/css/themes/_variables.vaporwave-dark.scss
vendored
Normal file
|
@ -0,0 +1,36 @@
|
|||
|
||||
$blue: #01cdfe;
|
||||
$indigo: #b967ff;
|
||||
$purple: #b967ff;
|
||||
$pink: rgb(255, 64, 186);
|
||||
$red: rgb(255, 95, 110);
|
||||
$orange: rgb(255, 167, 93);
|
||||
$yellow: #fffb96;
|
||||
$green: #05ffa1;
|
||||
$teal: #01cdfe;
|
||||
$cyan: #01cdfe;
|
||||
$enable-shadows: true;
|
||||
$enable-gradients: true;
|
||||
$enable-responsive-font-sizes: true;
|
||||
$body-bg: $gray-900;
|
||||
$body-color: $gray-200;
|
||||
$border-radius: 1rem;
|
||||
$border-radius-lg: 1rem;
|
||||
$font-family-monospace: Arial, "Noto Sans", sans-serif;
|
||||
$yiq-text-light: $gray-300;
|
||||
$secondary: $blue;
|
||||
$text-muted: $gray-500;
|
||||
$primary: $pink;
|
||||
$navbar-light-hover-color: rgba($primary, .7);
|
||||
$light: darken($gray-100,1.5);
|
||||
$font-family-sans-serif: "Lucida Console", Monaco, monospace;
|
||||
$card-bg: $body-bg;
|
||||
$navbar-dark-color: rgba($body-bg, .5);
|
||||
$navbar-light-active-color: rgba($gray-200, .9);
|
||||
$navbar-light-disabled-color: rgba($gray-200, .3);
|
||||
$navbar-light-color: rgba($white, .5);
|
||||
$input-bg: $gray-700;
|
||||
$input-color: $gray-200;
|
||||
$input-disabled-bg: $gray-800;
|
||||
$input-border-color: $gray-800;
|
||||
$mark-bg: $gray-600;
|
1
ui/assets/css/themes/vaporwave-dark.min.css
vendored
Normal file
1
ui/assets/css/themes/vaporwave-dark.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
ui/src/version.ts
vendored
2
ui/src/version.ts
vendored
|
@ -1 +1 @@
|
|||
export let version: string = 'v0.4.0.5';
|
||||
export let version: string = 'v0.4.0.5-1-g6799a17';
|
||||
|
|
Loading…
Reference in a new issue