diff options
author | Parker <contact@pkrm.dev> | 2024-11-15 16:39:47 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-11-15 16:39:47 -0600 |
commit | f85378e53cd7c22f36fa439c868af37f67e27099 (patch) | |
tree | 1c88d402eab8dae07037abdc799157242924269f /app/src/styles/Dashboard.module.css | |
parent | 04cc3869c2844bb82ac6975ee218141104385c35 (diff) |
Finish dashboard and link creation
Diffstat (limited to 'app/src/styles/Dashboard.module.css')
-rw-r--r-- | app/src/styles/Dashboard.module.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/src/styles/Dashboard.module.css b/app/src/styles/Dashboard.module.css index 7f332c7..bfc852e 100644 --- a/app/src/styles/Dashboard.module.css +++ b/app/src/styles/Dashboard.module.css @@ -56,7 +56,7 @@ table td { .mainTable { position: absolute; - top: 100px; + top: 150px; left: 50%; transform: translateX(-50%); } @@ -101,4 +101,14 @@ table td { .trashBin:active { transform: scale(0.95); +} + +.noLinksLink { + color: #ccc; + text-decoration: underline; +} + +.noLinksLink:hover { + color: #415eac; + text-decoration: none; }
\ No newline at end of file |