diff --git a/resources/css/app.css b/resources/css/app.css index dbff2df..254ebaa 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -64,3 +64,22 @@ } } +.tg-link { + color: #00e5ff!important; + text-decoration: none!important; +} + +.tg-link:link { + color: #00e5ff!important; + text-decoration: none!important; +} + +.tg-link:visited { + color: #00ff2d!important; + text-decoration: none!important; +} + +.tg-link:hover { + color: #f9ff00!important; + text-decoration: none!important; +} diff --git a/resources/views/Main.vue b/resources/views/Main.vue index ca64c64..00d64bb 100644 --- a/resources/views/Main.vue +++ b/resources/views/Main.vue @@ -5,10 +5,11 @@