Skip to content

Commit 0fdd240

Browse files
author
Your Name
committed
links
1 parent 8cb8103 commit 0fdd240

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

assets/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,15 @@ figcaption {
119119
text-decoration-thickness: 3px;
120120
}
121121

122-
a,
122+
a {
123+
font-weight: bold;
124+
-webkit-text-decoration: rgb(24, 224, 24) solid underline;
125+
text-decoration: rgb(24, 224, 24) solid underline;
126+
-webkit-text-underline-position: under;
127+
text-underline-position: under;
128+
text-decoration-thickness: 3px;
129+
}
130+
123131
a:link {
124132
font-weight: bold;
125133
-webkit-text-decoration: rgb(24, 224, 24) solid underline;

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Our workshop will discuss emerging design research practices to frame a design a
6767

6868
[>>Submit your proposal here]({{ formUrl }})
6969

70-
**Deadline for submissions: 7th of June**
70+
**New Deadline for submissions: 7th of June**
7171

7272
**We will review your submissions and get back to you by 15th of June.**
7373

0 commit comments

Comments
 (0)