socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit ca815395a37e80d127cab90cfd5d79873a9665e4
parent 69dba7e14d23c855d1403c5e46e595d8644abd05
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Feb 2018 19:33:48 +0100

Fix css

Diffstat:
Msrc/styles.scss | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/styles.scss b/src/styles.scss @@ -1,6 +1,7 @@ /* You can add global styles to this file, and also import other style files */ html { overflow:auto; } -.navbar.navbar-dark, .navbar.navbar-light .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link { + +.nav-link { border-radius: 5px; }