diff --git a/tvapp2/index.js b/tvapp2/index.js index aecd8791..110bdd2f 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -775,6 +775,7 @@ const server = http.createServer((req, res) => { padding-bottom: 4vh; font-size: 1.6vmin; line-height: 2.5vmin; + font-weight: 100; } .breadcrumb @@ -919,6 +920,7 @@ const server = http.createServer((req, res) => { { word-break: break-all; white-space: normal; + min-width: 13vw !important; } table @@ -956,6 +958,18 @@ const server = http.createServer((req, res) => { line-height: 2.5vmin; } + #list .link a + { + color: #ff286e !important; + } + + #list .link a:hover + { + color: #FFF !important; + text-decoration: underline dotted #FF0048; + font-weight: 100; + } + .table-hover tbody tr:hover { background-color: rgba(155, 155, 155, 0.075); @@ -1092,11 +1106,11 @@ const server = http.createServer((req, res) => { -