Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
タイトルの通り、リンクにアクセスすると色が変わります。このような特定の色なしでそれを防ぐ方法
a { color: blue; }
私もこれを使用しました:
a:link { color:inherit; }
でも色は黒に変わり、私の元の色は青です。元の色の答えを探しています。