File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div
3
- class =" font-code type-italic type-small type-center p-2xsmall bg-black border-bottom-white border-thin"
3
+ class =" banner font-code type-italic type-small type-center p-2xsmall border-bottom-white border-thin"
4
4
v-html =" $t('newsBanner')" />
5
5
</template >
6
+
7
+ <style >
8
+ .banner {
9
+ background-color : #000000 ;
10
+ color : #ffffff ;
11
+
12
+ a {
13
+ color : #3385ff ;
14
+ }
15
+ }
16
+ </style >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export default () => ({
7
7
...rpa ( ) ,
8
8
...testautomation ( ) ,
9
9
langName : 'English' ,
10
- newsBanner : 'World Wide Workshop Wednesday <br> October 1st 2025 - <a href="https://wwww.robotframework.org/" target="_blank">Join here</a>' ,
10
+ newsBanner : '<div style="color: #3385ff; font-size: 1rem"> World Wide Workshop Wednesday</div> October 1st 2025 - <a href="https://wwww.robotframework.org/" target="_blank">Join here</a>' ,
11
11
navbar : {
12
12
items : [
13
13
{
You can’t perform that action at this time.
0 commit comments