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

Custom CSS is not workin in learnr-tutorial #816

Open
FabianGil opened this issue Jul 31, 2024 · 0 comments
Open

Custom CSS is not workin in learnr-tutorial #816

FabianGil opened this issue Jul 31, 2024 · 0 comments

Comments

@FabianGil
Copy link

Hello, I have not been able to change the text color in .topicsList, I have used this code:

.topicsList .topic {
    line-height: 20px;
    font-size: 15px;
    padding-left: 10px;
    cursor: pointer;
    color: #f02011;
    background-repeat: no-repeat;
    background-size: 2px 80px;
    background-position: left 100%;
        background-position-y: 100%;
    background-image: url(images/topicProgress.png);
    border-bottom: 1px solid #008080;
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.topicsList .topic.current {
    color: #ffffff;
    background-color: #ed5b07;
    border: 0px;
}

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

No branches or pull requests

1 participant