Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mvaneijgen committed Jan 23, 2024
1 parent cbd7ce6 commit 0c6fb52
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ html {
}
}

a {
color: #f53;
}

body {
background-color: #19233b;
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ html {
}
}

a {
color: $brand-two;
}

body {
background-color: $brand-dark-light;
color: #fff;
Expand Down
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const App = {
return {
// App info
title: "Draw something",
version: "Beta 1.2",
version: "1.2",
// WLED JSON
url: "",
size: 10,
Expand Down
5 changes: 5 additions & 0 deletions dist/drawsomething.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,10 @@
}
}

a {
color: #f53;
}

body {
background-color: #19233b;
color: #fff;
Expand Down Expand Up @@ -647,6 +651,7 @@
<div class="title">
<h1>{{ title }}</h1>
<h3>Version {{version}}</h3>
<p v-if="demo" class="description">Demo mode is activated. For the best use of this tool install it in to your WLED controller, see <a href="https://github.com/mvaneijgen/wled-draw-something#use-the-tool">install guide!</a></p>
</div>
<!-- 🎛️ Controls -->
<div class="controls">
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<div class="title">
<h1>{{ title }}</h1>
<h3>Version {{version}}</h3>
<p v-if="demo" class="description">Demo mode is activated. For the best use of this tool install it in to your WLED controller, see <a href="https://github.com/mvaneijgen/wled-draw-something#use-the-tool">install guide!</a></p>
</div>
<!-- 🎛️ Controls -->
<div class="controls">
Expand Down

0 comments on commit 0c6fb52

Please sign in to comment.