Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

design: more contrasting font color #47

Open
Artoria2e5 opened this issue Feb 19, 2017 · 16 comments
Open

design: more contrasting font color #47

Artoria2e5 opened this issue Feb 19, 2017 · 16 comments
Assignees

Comments

@Artoria2e5
Copy link
Contributor

背景懒得管了,但是黑字请真的变成黑色。

@LionNatsu
Copy link
Contributor

感谢建议,考虑到正在进行重新设计,会在新的版式中进行讨论。

@axionl

@LionNatsu LionNatsu changed the title 文字对比度捉急 design: more contrasting font color Feb 19, 2017
@Artoria2e5
Copy link
Contributor Author

建议看一下 bestmotherfucking.website 里面对比度一节指向的页面底端指向的几个标准。

@Artoria2e5
Copy link
Contributor Author

Artoria2e5 commented Feb 21, 2017

  • 顶栏对比度无法忍受。#nav li a 的透明度 0.8 是喝醉了选出来的?如果硬要搞的话,0.95。另外搞什么 IE DX filter。
  • 333、3f5172 个毛,直接 black。
  • People 里面人名被 a 淡了。(懒得管)
  • 代码对比度更糟。
#nav#nav li a {
  opacity: 0.95;
}

body {
  color: black;
  background-color: #f5f5f5;
}

.afe-content.afe-content code {
  color: #333;
}

pre {
  background-color: #fff;
}

@liushuyu
Copy link
Contributor

Bootstrap set all these things up

@Artoria2e5
Copy link
Contributor Author

Artoria2e5 commented Feb 21, 2017

Bootstrap is not responsible for your worse-than-333 body font color and drunk opacity, and you are actually supposed to adapt it to create themes within its framework. What are you talking about?

@liushuyu
Copy link
Contributor

image

@Artoria2e5
Copy link
Contributor Author

You think the text is black? Come on, look for 3f5172.

@liushuyu
Copy link
Contributor

And BTW, please note this website has been created by @LionNatsu , no need to direct your fire at me. Thanks for your cooperation.

@Artoria2e5
Copy link
Contributor Author

Artoria2e5 commented Feb 21, 2017

Please note you have no idea about how these CSS rules are organized, no need to come up and collect all the fire. Gracias.

@MingcongBai
Copy link
Contributor

You think the text is black? Come on, look for 3f5172.

The css is created with a wizard, hence the color customization.

@MingcongBai
Copy link
Contributor

And also @LionNatsu and @axionl are currently working on a new color scheme, so please, just calm down for a couple of weeks...

@liushuyu
Copy link
Contributor

Please note you have no idea about how these CSS rules are organized, no need to come up and collect all the fire.

Maybe, but refer to my previous comment

@liushuyu
Copy link
Contributor

And as refactor is undergoing, close this out

@Artoria2e5
Copy link
Contributor Author

Just take my CSS segment for now. Regarding closure: I don't think the problem has been solved yet.

@MingcongBai MingcongBai reopened this Feb 21, 2017
@MingcongBai
Copy link
Contributor

Just take my CSS segment for now. Regarding closure: I don't think the problem has been solved yet.

I wil have to leave this out to @LionNatsu and @axionl for now. Sorry.

@LionNatsu
Copy link
Contributor

My apologies for your uncomfortable reading experience.

I am on the way back to room now. Let me do some reviewing later soon.

But something I am to simply explain now is that, filters with prefixes in CSS are created by 'nib', a middleware for Stylus. That is where the IE DX filter you pointed comes from.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants