Skip to content

Commit

Permalink
apply some fixes after visual comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
mmachatschek committed Apr 4, 2024
1 parent d005bab commit ab40b7d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/app-dark.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/app.js": "/app.js?id=3e56163389935e8d11563474c7f63982",
"/app-dark.css": "/app-dark.css?id=918506a2d65d6435603bba4e7a7acf75",
"/app.css": "/app.css?id=5e6b2823c0f759ee8b10013b11a81bc2",
"/app.js": "/app.js?id=944f83ac11f54a986d07fe5181200f59",
"/app-dark.css": "/app-dark.css?id=dcaca44a9f0f1d019e3cd3d76c3cb8fd",
"/app.css": "/app.css?id=14e3bcd1f1b1cf88e63e945529c4d0ce",
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",
"/img/horizon.svg": "/img/horizon.svg?id=904d5b5185fefb09035384e15bfca765",
"/img/sprite.svg": "/img/sprite.svg?id=afc4952b74895bdef3ab4ebe9adb746f"
Expand Down
11 changes: 9 additions & 2 deletions resources/sass/app-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $font-weight-bold: 600;
$font-size-base: 1rem;
$badge-font-size: 0.875rem;

$link-decoration: none;
$link-hover-decoration: underline;

$primary: $violet-500;
$secondary: $gray-500;
$success: $emerald-500;
Expand Down Expand Up @@ -93,14 +96,18 @@ $grid-breakpoints: (
sm: 2px,
md: 8px,
lg: 9px,
xl: 10px
xl: 10px,
) !default;

$container-max-widths: (
sm: 1137px,
md: 1138px,
lg: 1139px,
xl: 1140px
xl: 1140px,
) !default;

@import 'base';

.btn-primary {
color: rgb(255, 255, 255);
}
3 changes: 3 additions & 0 deletions resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $font-weight-bold: 600;
$font-size-base: 1rem;
$badge-font-size: 0.875rem;

$link-decoration: none;
$link-hover-decoration: underline;

$primary: #7746ec;
$secondary: $gray-500;
$success: $emerald-500;
Expand Down

0 comments on commit ab40b7d

Please sign in to comment.