construit les liens clickable

This commit is contained in:
Yannick Francois
2020-11-20 22:05:02 +01:00
parent fd4b9a94fc
commit 0b0f176b3a
3 changed files with 4 additions and 6 deletions
-2
View File
@@ -25,7 +25,6 @@ body {
color: black;
background: white;
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
text-align:right;
}
a { color: darkred; }
a:hover { background: gold; }
@@ -35,7 +34,6 @@ nav li { list-style-type: none; }
h2 > a, h2 > a:active, h2 > a:visited { color: lightgrey; text-decoration:none;}
h2 > a:hover { color: black; text-decoration:underline }
@media (max-width: 1000px) { #portrait {display:none;} }
</style>
</head>