Travaux sur les messages aux utilisateurs
This commit is contained in:
@@ -37,6 +37,17 @@ body {
|
||||
text-shadow: 0 1px 3px rgba(0,0,0,.5);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #428bca;
|
||||
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
|
||||
color: #6cbdbd;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Extra markup and styles for table-esque vertical and horizontal centering */
|
||||
|
||||
@@ -16,3 +16,14 @@ body {
|
||||
.theme-showcase .navbar .container {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #3cbdbd;
|
||||
}
|
||||
|
||||
a:focus, a:hover {
|
||||
|
||||
color: #6cbdbd;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user