Skip to content

Commit

Permalink
changed accent color for login page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aires committed May 6, 2022
1 parent eccbbe7 commit b5b72b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/dashboard.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
[:div,
{ class: "col",
"hx-get": Gauges.service,
"hx-trigger": "load delay: 1.6s, every 10s" },
"hx-trigger": "load delay:1.6s, every 10s" },
show_loading ]]]
4 changes: 2 additions & 2 deletions src/views/login.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

[:body,

[:header, {class: "login gra-navbar gra-green-bg"},
[:header, {class: "login gra-navbar gra-yellow-bg"},
[:div, {class: "gra-container gra-bold-text"},
[:div, {class: "gra-navbar-logo"},
[:a, {class: "gra-navbar-logo-link", href: Home.index},
Expand Down Expand Up @@ -50,7 +50,7 @@
[:label, {for: "password"}, "Password"],
[:input, {id: "password", type: "password", name: "password", required: "true", placeholder: "password..."}]],
[:div, {class: "gra-form-actions"},
[:input, {class: "gra-btn gra-btn-green", type: "submit", name: "submit", value: "Go"}]]]]]],
[:input, {class: "gra-btn gra-btn-yellow", type: "submit", name: "submit", value: "Go"}]]]]]],

[:div, {class: "row"}],

Expand Down
1 change: 1 addition & 0 deletions vfs/assets/_ecmo.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ pre {
}

.dark pre {
color: lightcoral;
background : black;
text-shadow: black 0px 1px;
}
Expand Down

0 comments on commit b5b72b8

Please sign in to comment.