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
e6689b9e
Commit
e6689b9e
authored
May 11, 2022
by
Henrik Askjer
Browse files
complete border text decoration
parent
b71359ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/App.vue
View file @
e6689b9e
...
...
@@ -145,17 +145,21 @@ h1 {
color
:
var
(
--v-primary-base
)
}
.
article
_content
a
,
.search_notification
a
,
.about
a
,
.did_you_mean
a
{
p
a
,
article
a
,
.search_notification
a
,
.did_you_mean
a
,
.info-card
a
{
color
:
var
(
--v-text-base
)
!important
;
text-decoration
:
none
;
border-bottom
:
1px
solid
var
(
--v-anchor-base
);
}
.article_content
a
:hover
,
.search_notification
a
:hover
,
.
about
a
:hover
,
.did_you_mean
a
:hover
{
p
a
:hover
,
article
a
:hover
,
.search_notification
a
:hover
,
.
info-card
a
:hover
{
color
:
var
(
--v-anchor-base
)
!important
;
}
a
.article_header
{
border
:
none
;
}
.banner
h1
{
font-size
:
48px
;
}
...
...
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