<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>css on bascht.com</title><link>https://bascht.com/tags/css/</link><description>Recent content in css on bascht.com</description><generator>Hugo -- gohugo.io</generator><language>de-de</language><lastBuildDate>Mon, 22 Feb 2021 16:50:19 +0000</lastBuildDate><atom:link href="https://bascht.com/tags/css/index.xml" rel="self" type="application/rss+xml"/><item><title>''Responsible Web Applications</title><link>https://bascht.com/posts/2021/02/22/responsible-web-applications/</link><pubDate>Mon, 22 Feb 2021 16:50:19 +0000</pubDate><guid>https://bascht.com/posts/2021/02/22/responsible-web-applications/</guid><description/></item><item><title>Better GitLab Pipeline UX with custom CSS</title><link>https://bascht.com/tech/2020/11/18/better-gitlab-pipeline-ux-with-custom-css/</link><pubDate>Wed, 18 Nov 2020 00:00:00 +0000</pubDate><guid>https://bascht.com/tech/2020/11/18/better-gitlab-pipeline-ux-with-custom-css/</guid><description>Here&amp;#39;s a quick Firefox Stylus trick for GitLab CI users:
If you want to highlight certain rollout jobs (think: production or beta rollouts), in the pipeline overview you can do so by matching the id element. Here&amp;#39;s my custom CSS I apply to GitLab:
.gl-label { border-radius: 0.35rem } .pipeline-graph .build { width: auto; } .pipeline-graph .gl-text-truncate { overflow: visible; } .pipeline-graph .build .build-content { border-radius: 10px; } .</description></item></channel></rss>