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.
在我开始一天工作之前,我访问了我的网站,但从昨晚开始,它已经发生了变化。所有的文本都被弄乱了,输入文本现在是斜面的,当设置为#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); }