Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed CSS: Remove text-transform: uppercase; #593

Closed

Conversation

NaincyKumariKnoldus
Copy link

Hello! I have removed text-transform:uppercase and also I have removed the blue _ in h1:after and h2:after. Please Review my PR.
Thanks!

Comment on lines 2 to 14
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file should not be included in git.

@@ -259,7 +258,6 @@ body {

h1:after, h2:after {
content: '_';
color: #236BFD;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant to remove the entire character, not just its color ;-) So please delete this entire rule.

Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My suggestion is to roll back all the changes. Which corrected affects the entire site.

It only needs to be corrected on the documentation pages.
Add this way:
overwrite styles

.page #page {
    ....
}

Remove the blue line only in h2, h3, etc.
In h1 it is not necessary, this is a feature of the site.

@Arhell
Copy link
Member

Arhell commented Feb 1, 2022

fix #598

@Arhell Arhell closed this Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants