Ignore style of clicked links.

This commit is contained in:
Sergio Martínez Portela 2022-01-08 01:02:21 +01:00
parent faceaf87eb
commit b3797f60d2

View File

@ -28,6 +28,9 @@
h2 a { h2 a {
color: black; color: black;
} }
a {
color: #00e;
}
</style> </style>
</head> </head>
<body> <body>