Withdrew blue border of safari on the GDD and GDT tab.

This commit is contained in:
elweyn 2021-10-23 15:30:58 +02:00
parent 4ff13d3959
commit 0402bdbc86

View File

@ -62,4 +62,8 @@ export default {
background-color: aquamarine;
font-size: larger;
}
.nav-tabs > li > a {
outline: none !important;
}
</style>