mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 12:53:07 +09:00
11 lines
169 B
HTML
11 lines
169 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
* { color: pink ! important }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="">This should be pink</a>
|
|
</body>
|
|
</html>
|