This article was collected and archived by Digital Sovereignty Watch from an institutional or public source relevant to digital sovereignty, technology policy, cybersecurity, cloud services, artificial intelligence or European regulation.
Open Source
Weichenstellung für Jahrzehnte: Europa definiert digitale Souveränität neu – OSBA warnt vor Verwässerung
* * @param {string} hex - the hexadecimal value to convert * @return {string} comma separated rgb values */ /** * Long content fade mixin * * Creates a fading overlay to signify that the content is longer * than the space allows. */ .wp-element-button { cursor: pointer; } :root .has-very-light-gray-background-color { background-color: #eee; } :root .has-very-dark-gray-background-color { background-color: #313131; } :root .has-very-light-gray-color { color: #eee; } :root .has-very-dark-gray-color { color: #313131; } :root { /* stylelint-disable @stylistic/function-comma-space-after -- We can not use spacing because of WP multi site kses rule. */ :where(figure) { margin: 0 0 1em 0; } html :where(.is-position-sticky) { /* stylelint-disable length-zero-no-unit -- 0px is set explicitly so that it can be used in a calc value. */ --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px); /* stylelint-enable length-zero-no-unit */ } @media screen and (max-width: 600px) { html :where(.is-position-sticky) { /* stylelint-disable length-zero-no-unit -- 0px is set explicitly so that it can be used in a calc value. */ --wp-admin--admin-bar--position-offset: 0px; /* stylelint-enable length-zero-no-unit */ } } /*# sourceURL=/wp-includes/css/dist/block-library/common.css */ /** * These rules are needed for backwards compatibility. */ .wp-block-button__link { color: #ffffff; background-color: #32373c; border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape.