Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create dream-style.css
  • Loading branch information
ore02001 committed Nov 8, 2023
0 parents commit f2eb416
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dream-style.css
@@ -0,0 +1,29 @@
/* Enter Your Custom CSS Here */
.research-areas {
padding-top:25px
}

.h3-highlight h3 a:hover {
text-decoration:underline
}

.h3-highlight h3.h3::after,.h3-highlight h3::after {
content:"";
width:45px;
height:5px;
display:block;
background-color:navy;
position:relative;
top:5px;
margin-top:2px
}

.h3-highlight h3.h3:hover::after,.h3-highlight h3:hover::after {
transition:.25s;
background-color:navy;
width:100px
}

span.glyphicon-new-window {
display:none
}

0 comments on commit f2eb416

Please sign in to comment.