Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Språksamlingane
beta.ordbok.uib.no
Commits
434db3c9
Commit
434db3c9
authored
May 11, 2022
by
Henrik Askjer
Browse files
link border
parent
840064c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
434db3c9
...
...
@@ -145,6 +145,16 @@ h1 {
color
:
var
(
--v-primary-base
)
}
.article_content
a
,
.search_notification
a
,
.about
a
{
text-decoration
:
none
;
border-bottom
:
1px
solid
var
(
--v-border-base
);
}
.article_content
a
:hover
,
.search_notification
a
:hover
,
.about
a
:hover
{
border-color
:
var
(
--v-anchor-base
)
!important
;
}
.banner
h1
{
font-size
:
48px
;
}
...
...
src/components/DefElement.vue
View file @
434db3c9
...
...
@@ -165,10 +165,6 @@ i {
font-style
:
normal
;
}
.article_ref
{
text-decoration
:
none
;
}
.link_text
{
text-decoration
:
underline
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment