Difference between revisions of "Template:Uppsala/main template"

Line 865: Line 865:
 
     text-align: left !important;
 
     text-align: left !important;
 
}
 
}
 +
 +
 +
 +
 +
/* FOR THE ANCHAR TAGS AND LINKS */
 +
 +
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
 +
 +
 +
.content a {
 +
    text-decoration-color: #8b1a32;
 +
    text-decoration-line: underline;
 +
    color:  #ce9090;
 +
    /* color: #8b1a32; */
 +
    font-weight: 400;
 +
    transition: 0.3s ease;
 +
}
 +
 +
   
 +
 +
.content a:hover {
 +
    color: #8b1a32;
 +
    font-weight: 400;
 +
    transition: 0.2s ease;
 +
}
 +
  
  

Revision as of 17:36, 16 October 2018