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 3bdd936 commit bc0213c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 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.

4 changes: 2 additions & 2 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"/app.js": "/app.js?id=944f83ac11f54a986d07fe5181200f59",
"/app-dark.css": "/app-dark.css?id=918506a2d65d6435603bba4e7a7acf75",
"/app.css": "/app.css?id=5e6b2823c0f759ee8b10013b11a81bc2",
"/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
7 changes: 7 additions & 0 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 @@ -104,3 +107,7 @@ $container-max-widths: (
) !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 bc0213c

Please sign in to comment.