Skip to content

Commit 00caf4f

Browse files
author
Antti Karjalainen
committed
More style changes
1 parent 2e7a532 commit 00caf4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sources/src/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ a {
168168
#nav_collapse .nav-item a.active,
169169
a {
170170
color: rgb(0, 192, 181);
171-
text-transform: uppercase
172171
}
173172

174173
hr {
@@ -236,6 +235,7 @@ hr {
236235

237236
#nav_collapse .nav-item a {
238237
color: #fff;
238+
text-transform: uppercase
239239
}
240240

241241
#nav_collapse .nav-item a:hover {

sources/src/components/NavigationVertical.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<b-navbar toggleable="md" fixed="top" type="dark" id="navigation-collapsed" class="d-md-none">
1212
<b-navbar-toggle target="nav_collapse"></b-navbar-toggle>
1313
<b-navbar-brand class="p-0 m-0 d-block d-md-none" href="#">
14-
Robot Framework <b-img :src="require('@/assets/img/ROBOTFW_Mark_White_LOW_cropped.png')" class="" style="height:30px;" alt="Robot Frameworkg logo"/>
14+
ROBOT FRAMEWORK <b-img :src="require('@/assets/img/ROBOTFW_Mark_White_LOW_cropped.png')" class="" style="height:30px;" alt="Robot Frameworkg logo"/>
1515
</b-navbar-brand>
1616
<b-collapse is-nav id="nav_collapse">
1717
<b-navbar-nav class="align-middle">

0 commit comments

Comments
 (0)