Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit c7adb70

Browse files
committed
Update
1 parent 8249ff3 commit c7adb70

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
========================================================================== */
44
body {
55
font-family: 'Open Sans', sans-serif;
6+
height: 100%;
67
}
78

89
/* nanobar

css/style.dashboard.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@ body {
150150
padding: 2px 4px;
151151
border-radius: 3px;
152152
color: #acacac;
153+
text-decoration: none;
154+
color: #d4d4d4;
155+
}
156+
157+
.action-buttons a:hover {
158+
color: #9e9e9e;
153159
}
154160

155161
@media only screen and (min-width: 768px) {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-ui-dashboard",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Simple and fast dashboard template.",
55
"main": "css/style.dashboard.css",
66
"repository": {

0 commit comments

Comments
 (0)