Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-04-25 15:06:02 +0300
committerAsur <asur@asurbernardo.com>2020-04-25 15:06:02 +0300
commitb14ea0c2db5cb7c46bef88cc8cb91efc9c4d5388 (patch)
tree57a8e00a849d10b075313ee898f3bd6270ab93df /assets
parentb77b43620fa4fa6135e253b9a38565cdd35d7442 (diff)
Fix bugs highlighted by Sonar
Diffstat (limited to 'assets')
-rw-r--r--assets/theme.scss2
-rw-r--r--assets/variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index b9ca491..c08ad4a 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -4,7 +4,7 @@ body {
grid-template-columns: repeat(12, 1fr);
grid-gap: 1em 1em;
font-size: 1.2em;
- font-family: Courier New;
+ font-family: Courier New, sans-serif;
line-height: 1.6;
color: black;
}
diff --git a/assets/variables.scss b/assets/variables.scss
index 3c11e76..05d1056 100644
--- a/assets/variables.scss
+++ b/assets/variables.scss
@@ -1,4 +1,4 @@
/* Variables */
$main-color: #d14;
-$secondary-color: #teal; \ No newline at end of file
+$secondary-color: teal; \ No newline at end of file