Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
undergrad-accessibility-website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
teaching-materials
undergrad-accessibility-website
Commits
50cf23cb
Commit
50cf23cb
authored
Jan 23, 2023
by
Jennifer Mankoff
Browse files
Options
Downloads
Patches
Plain Diff
fixed links to have underlines
parent
19e2f08e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
assets/css/style.scss
+3
-1
3 additions, 1 deletion
assets/css/style.scss
with
3 additions
and
1 deletion
assets/css/style.scss
+
3
−
1
View file @
50cf23cb
...
...
@@ -32,16 +32,18 @@ details {
a
{
color
:
$link-color
;
text-decoration
:
underline
;
}
a
:visited
{
color
:
$link-visited-color
;
text-decoration
:
no
ne
;
text-decoration
:
underli
ne
;
}
a
:hover
,
a
:active
,
a
:focus
{
color
:
$link-hover-color
;
text-decoration
:
underline
;
}
.navbar
.navbar-expand-lg
.navbar-dark
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment