X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fnavigation%2Fsidenav-list%2Fsidenav-list.component.scss;h=72c724e950b270435b959d54c0f3adf0eab1313f;hb=refs%2Fchanges%2F97%2F1197%2F3;hp=5cd701bba5a13dc3a1ec0085b09afc69ea3a026d;hpb=226fd436a085f717d4cbf81bf1719bdaf1468414;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss b/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss index 5cd701bb..72c724e9 100644 --- a/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss +++ b/webapp-frontend/src/app/navigation/sidenav-list/sidenav-list.component.scss @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,7 +21,11 @@ a { text-decoration: none; color: black; } - + +.dark a { + color: white; +} + a:hover, a:active{ color: lightgray; }