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.
その日の作業を開始する前に自分のウェブサイトにアクセスしましたが、昨夜から変更されました. すべてのテキストが台無しになり、入力テキストが面取りされ、NavBar テキスト (ホバーされていない) が#999999(灰色) に設定されていると青色になります。これがどのように起こったのか、またはそれを修正する方法はありますか?
#999999
訪問したリンクの色は...rgba(0,0,255,0.4)の72行目に設定されていますstyles.css
rgba(0,0,255,0.4)
styles.css
media="all" buttoncontainer, a:visited { color: rgba(0, 0, 255, .4); }